home *** CD-ROM | disk | FTP | other *** search
- {===================================================================
-
- Activate BUFFERS unit for heap memory management
-
- ===================================================================}
- procedure TGenericApp.PreInit ;
- begin
- ReserveForData ( 32 * ( 1024 div 16 ) ) ;
- InitBuffers ;
- EDITORS.EditorDialog := EditorDialog ; { *.INC }
- end ;
-